-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first step to pave pathetic the path to universality WiP #116
Draft
Metaphoriker
wants to merge
44
commits into
production
Choose a base branch
from
trunk
base: production
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
Metaphoriker
commented
Dec 17, 2024
•
edited
Loading
edited
- the structure of pathetic has been improved to open the doors for any kind of 3D environment
- the provider, which before were forced on bukkit, has been opened up
- several renamings of core classes to further open up pathetic
- experimental prioritizing feature has been removed
- allowingFailFast has been removed
- added a way to hook into the pathfinding process with a PathfinderHook
- improved PathfinderFactory with a PathfinderInitializer
- pathetic is now MIT
- event system has been removed
- bStats has been removed
- removed bukkit-specific pathfilters from the api
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…apache.maven.plugins-maven-javadoc-plugin-3.11.2 build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2
This is due to its inconsistency + it has nothing to do with the pathfinder per se. The same result is better achievable through filters and stages.
…e been moved into their own spigot module
…onfiguration and bStats is now handled via listeners
This change includes: - pathetic-mapper is no more and was replaced with a specific module pathetic-bukkit - pathetic-model is now pathetic-engine - pathetic-engine is now independent of the bukkit api - the required shutdown process was replaced with a shutdown hook - the PathfinderFactory is now part of the pathetic-api and has to be instantiated with the respective PathfinderInitializer
…the initializer is set internally
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…google.guava-guava-33.4.0-jre build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
We are MIT
… refactored later
The event system was obsolete, since the user has the start and end of the pathfinding in its own hand, and everything else can be done by the new hook. BStats has been removed, since pathetic takes a new path, which can include non-minecraft projects.
…ing isPassable now
…on just for bukkit, as the name says
…on just for bukkit, as the name says
Metaphoriker
changed the title
first step to pave pathetic the path to universality
first step to pave pathetic the path to universality WiP
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.